var testing.coverProfile

4 uses

	testing (current package)
		newcover.go#L41: 	if errmsg, err := cover.tearDown(*coverProfile, *gocoverdir); err != nil {
		testing.go#L462: 	coverProfile = flag.String("test.coverprofile", "", "write a coverage profile to `file`")
		testing.go#L494: 	coverProfile         *string
		testing.go#L2529: 	if *coverProfile != "" && CoverMode() == "" {